Click or drag to resize

Duration Constructor (Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the Duration class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Duration(
	int years,
	int months,
	int days,
	int hours,
	int minutes
)

Parameters

years
Type: SystemInt32
The years.
months
Type: SystemInt32
The months.
days
Type: SystemInt32
The days.
hours
Type: SystemInt32
The hours.
minutes
Type: SystemInt32
The minutes.
See Also